home *** CD-ROM | disk | FTP | other *** search
- Path: daily-planet.execpc.com!usenet
- From: scalish@execpc.com (Sherri Scalish)
- Newsgroups: comp.lang.c++
- Subject: HELP! cin.getline to cin
- Date: 21 Feb 1996 18:12:48 GMT
- Organization: Exec-PC Internet
- Message-ID: <4gfnb0$2a6@daily-planet.execpc.com>
- NNTP-Posting-Host: its.execpc.com
- Mime-Version: 1.0
- Content-Type: Text/Plain; charset=US-ASCII
- X-Newsreader: WinVN 0.99.6
-
- I am a C++ student trying to use the cin.getline and cin stream
- operators to load in user input. The data I am loading is first
- character strings, then floats, integers, then back to character
- strings. Everything works fine with my cin.getlines until after I use
- the cin to load a integer or float, then nothing happens when I try to
- use the cin.getline function for the rest of the input. Any ideas to
- share with me?
-
-